Skip to main content
Version: 4.55.1

Nodes > Control Flow > While

While

Continues to execute the Body port as long as condition is true. Once condition is false, the loop ends and the Then port is executed.

Inputs

NameTypeDescription
conditionboolWhile true, looping will continue

Outputs

NameTypeDescription
BodyExecutionContinues to execute while condition is true
ThenExecutionExecutes after all loops are finished, once condition is false
Was this page helpful?
Yes
No